home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / ckit175a.arc / CKITDEMO < prev    next >
Text File  |  1990-12-04  |  986b  |  44 lines

  1.   M Ckitdemo will work using either pcboard.sys, door.sys or callinfo.bbs.
  2. REM (WILDCAT!) whichever you prefer or are running.
  3. REM Modify this file to bring up the demo whichever way you have
  4. REM See the CKITDEMO.C CKITDEMO.H for the source code.
  5. REM and examples of ckit.lib usages.
  6. REM In order for the demo door to work properly you must
  7. REM have DSZ (Zmodem) in your path.  You should also have
  8. REM the ckit.m file, and the ckit.doc file in the dir. as ckitdemo.exe
  9.  
  10. c:
  11. cd \pcb\doors\ckitdemo
  12. ckitdemo c:\pcb\pcboard.sys
  13. c:
  14. cd \pcb
  15. board
  16.  
  17. ------------  OR FOR DOOR.SYS & GAP SYSTEMS------------------------
  18.  
  19. c:
  20. cd \pcb\doors\ckitdemo
  21. ckitdemo c:\pcb\door.sys
  22. c:
  23. cd \pcb
  24. board
  25.  
  26. ------------  OR  FOR WILDCAT Systems ------------------------
  27.  
  28. c:
  29. cd \wc\doors\ckitdemo
  30. ckitdemo c:\wc\callinfo.bbs
  31. c:
  32. cd \wc
  33. wildcat!
  34.  
  35.  
  36. ------------  OR  FOR ANY BBS System  ------------------------
  37.  
  38. c:
  39. cd \doors\ckitdemo
  40. ckitdemo generic.sys
  41. c:
  42. cd \bbs
  43. board
  44.